func crypto/md5.appendUint32

5 uses

	crypto/md5 (current package)
		md5.go#L62: 	b = appendUint32(b, d.s[0])
		md5.go#L63: 	b = appendUint32(b, d.s[1])
		md5.go#L64: 	b = appendUint32(b, d.s[2])
		md5.go#L65: 	b = appendUint32(b, d.s[3])
		md5.go#L96: func appendUint32(b []byte, x uint32) []byte {